home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Nordlicht Spiele / Nordlicht Spiele 09-08 (19xx)(Nordlicht)(DE)(PD).zip / Nordlicht Spiele 09-08 (19xx)(Nordlicht)(DE)(PD).adf / s / PCD < prev    next >
AmigaDOS Script File  |  1989-12-16  |  220b  |  12 lines

  1. .key dir
  2. IF "<dir>" EQ ""
  3. assign ofrom<$$>: ""
  4. cd from<$$>:
  5. assign from<$$>: ofrom<$$>:
  6. assign ofrom<$$>:
  7. ELSE
  8. assign from<$$>: ""
  9. cd <dir>
  10. ENDIF
  11. ; Dies simuliert einen CD-Befehl, der zum Ausgangsverzeichnis zurückkehrt
  12.